home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / pc / windows / qtw_201 / setup / samples / vbrowser / readme.txt < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.1 KB  |  27 lines

  1. VBROWSER -- QuickTime for Windows 1.0
  2. -------------------------------------
  3.  
  4. VBROWSER is a simple browser for QuickTime movies. It allows a
  5. preselected set of movies to be grouped together for viewing. VBROWSER
  6. displays a strip of thumbnails, from which an individual movie can be
  7. selected and played by double-clicking.
  8.  
  9. A text file must be prepared manually for use by VBROWSER. This file
  10. consists of <file name> <description> pairs of entries, each entry on a
  11. new line. For example, you might prepare a file called FUN.LST:
  12.  
  13.     c:\mymovies\serpent.mov Frank the Snake
  14.     e:\movies\laurie.mov    Womend and Money
  15.     ... etc etc ...
  16.  
  17. To invoke VBROWSER, use the File/Run menu of the Windows Program Manager
  18. or File Manager. Type the following and hit enter:
  19.  
  20.     VBROWSER <movie list>
  21.  
  22. <movie list> is name of the file prepared as described above. Of course,
  23. you can conveniently encapsulate this command in a Program Manager item.
  24.  
  25. Alternatively, you can start Visual Basic and open the VBrowser.MAK file.
  26. Be sure to set the command line to the <movie list> file name.
  27.